[pull] master from php:master#430
Merged
pull[bot] merged 31 commits intoturkdevops:masterfrom Oct 7, 2025
Merged
Conversation
zend_runtime_jit() prevents concurrent compilation with zend_shared_alloc_lock(), but this doesn't prevent blocked threads from trying to compile the function again after they acquire the lock. In the case of GH-19889, one of the function entries is compiled with zend_jit_handler(), which fails when the op handler has already been replaced by a JIT'ed handler. Fix by marking compiled functions with a new flag ZEND_FUNC_JITED, and skipping compilation of marked functions. The same fix is applied to zend_jit_hot_func(). Fixes GH-19889 Closes GH-19971
* PHP-8.4: Fix race condition in zend_runtime_jit(), zend_jit_hot_func()
* PHP-8.5: Fix race condition in zend_runtime_jit(), zend_jit_hot_func()
* PHP-8.1: Upgrade Alpine in nightly job
* PHP-8.2: Upgrade Alpine in nightly job
* PHP-8.3: Upgrade Alpine in nightly job
* PHP-8.4: Upgrade Alpine in nightly job
* PHP-8.5: Upgrade Alpine in nightly job
* PHP-8.4: Upgrade Alpine in push job
* PHP-8.5: Upgrade Alpine in push job
The CURLOPT_FOLLOWLOCATION seems like a gcc bug, where the integer extension of bool to long is lost, but I was unable to reproduce on godbolt.org.
* PHP-8.1: Update NEWS with info about curl 8.16 compat fixes Fix curl_setopt_ssl test for curl 8.16 Fix more curl 8.16 issues Fix curl 8.16.0 compilation with zts Fix curl build failure on macOS+curl 8.16
* PHP-8.2: Update NEWS with info about curl 8.16 compat fixes Fix curl_setopt_ssl test for curl 8.16 Fix more curl 8.16 issues Fix curl 8.16.0 compilation with zts Fix curl build failure on macOS+curl 8.16
* PHP-8.3: Update NEWS entry for curl 8.16 update Update NEWS with info about curl 8.16 compat fixes Fix curl_setopt_ssl test for curl 8.16 Fix more curl 8.16 issues Fix curl 8.16.0 compilation with zts Fix curl build failure on macOS+curl 8.16
* PHP-8.4: Update NEWS entry for curl 8.16 update Update NEWS with info about curl 8.16 compat fixes Fix curl_setopt_ssl test for curl 8.16 Fix more curl 8.16 issues Fix curl 8.16.0 compilation with zts Fix curl build failure on macOS+curl 8.16
* PHP-8.5: Update NEWS entry for curl 8.16 update Update NEWS with info about curl 8.16 compat fixes Fix curl_setopt_ssl test for curl 8.16 Fix more curl 8.16 issues Fix curl 8.16.0 compilation with zts Fix curl build failure on macOS+curl 8.16
* PHP-8.5: [ci skip] Update NEWS for PHP 8.5.0 RC2
* PHP-8.3: PHP-8.3 is now for PHP 8.3.28-dev
* PHP-8.4: PHP-8.3 is now for PHP 8.3.28-dev
* PHP-8.5: PHP-8.3 is now for PHP 8.3.28-dev
* PHP-8.5: ensure test passes with prod config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )